home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratique / Internet Pratique 01.iso / pc / PC / Partenaires / Wanadoo / Divers / drivers_modem / MDMWSC4.INF < prev    next >
INI File  |  2000-01-18  |  15KB  |  332 lines

  1. ;============================================================================
  2. ; Windows Modem Setup File
  3. ; Version: 1.07
  4. ;============================================================================
  5.  
  6. ; This is the INF file for modems supported using generic 
  7. ; Cirrus Logic V.34 modem command set information.
  8.  
  9. [Version]
  10. LayoutFile=layout.inf
  11. Signature="$CHICAGO$"
  12. Class=Modem
  13. ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
  14. Provider=%Mfg%
  15.  
  16. [Manufacturer]
  17. %Mfg% = Models
  18.  
  19. ;-------------- product type ----------------------------------------
  20. [Models]
  21. %CirrusLogic50%  = Gen288Int, ISAPNP\CSC4237_DEV0004  ; combo card
  22. %CirrusLogic50%  = Gen288Int, ISAPNP\CSC4437_DEV0004  ; combo card 
  23. %CirrusLogic50%  = Gen288Int, *CIR2000 ; half card
  24. %CirrusLogic50I%  = Gen288Int, UNIMODEM49F3B623
  25. ;%CirrusLogic51%  = Gen288PCMCIA, PCMCIA\CIRRUS_LOGIC_V34+_33.6KBPS_MODEM-CL-MD34XX-1EBA ; PCMCIA CL-MD3450
  26. %CirrusLogic50%  = Gen288Int, UNIMODEM90D258B5   ; CL-MD3450
  27. %CirrusLogic52%  = Gen288Ext, UNIMODEM232D84D1   ; CL-MD3450 FastPath V34+ Modem
  28.  
  29. ;---------------  display strings ----------------------------
  30. [Strings]
  31. Mfg = "Wisecom Inc."
  32. CirrusLogic50 = "Wisecom 3314JS1 (CL-MD3450) Modem"
  33. CirrusLogic50I = "Wisecom 3314IS1 (CL-MD3450) Modem"
  34. ;CirrusLogic51 = "Wisecom (CL-MD3451) Modem"
  35. CirrusLogic52 = "Wisecom 3314ES1 (CL-MD3450) Modem"
  36.                  
  37. ;************************ VoiceView Strings *******************************
  38. ;VoiceView strings
  39.  
  40. APPS_DESC        = "Accessories"     ; Name of Accessories menu
  41. SendTo_DESC      = "SendTo"          ; Name of SendTo folder in the Windows dir
  42. FileXfer_DESC    = "File Transfer"   ; Name of file tranfer app in Accessories menu
  43. SendToPhone_DESC = "Person On Phone" ; Name for file transfer app in SendTo menu
  44.  
  45.  
  46. ;******************* product definitions *************************
  47. [Gen288Int]       
  48. AddReg      = All288, GenericAddReg, Gen288Reg, IS_101_Voice, INTERNAL, VoiceView_Modem, VoiceView_Socket
  49. CopyFiles   = VV_Sys, VV_Sock_Sys, VV_App, VV_Help
  50. UpdateInis  = VView.Inis
  51. Uninstall   = VoiceView_remove
  52.  
  53. [Gen288PCMCIA]       
  54. AddReg      = All288, GenericAddReg, Gen288Reg, IS_101_Voice, PCMCIA
  55.  
  56. [Gen288Ext]       
  57. AddReg      = All288, GenericAddReg, Gen288Reg, IS_101_Voice, EXTERNAL, VoiceView_Modem, VoiceView_Socket
  58. CopyFiles   = VV_Sys, VV_Sock_Sys, VV_App, VV_Help
  59. UpdateInis  = VView.Inis
  60. Uninstall   = VoiceView_remove
  61.  
  62. [Gen288Reg]
  63. HKR,, Properties, 1, 80,01,00,00, FF,00,00,00, 5A,00,00,00, 07,00,00,00, 0F,00,00,00, F7,03,00,00, 00,C2,01,00, 40,83,00,00
  64.  
  65. [Gen288Int.PosDup]
  66. *PNP0500
  67.  
  68. ;******************** AT commands and Unique parameters ***************
  69. [IS_101_Voice]    ; CL-MD34XX chipsets
  70. HKR,,Enumerator,,serwave.vxd
  71. HKR,, VoiceProfile,     1, 27,22,08,00 
  72. HKR,, SpeakerPhoneSpecs,       1, 83,00,00,00,  79,00,00,00,  83,00,00,00,  79,00,00,00
  73. HKR, SpeakerPhoneEnable,      1,, "at+vsp=1<cr>"
  74. HKR, SpeakerPhoneDisable,     1,, "at+vsp=0<cr>"
  75. HKR, SpeakerPhoneMute,        1,, "at+vls=5<cr>"
  76. HKR, SpeakerPhoneUnMute,      1,, "at+vls=7<cr>"
  77. HKR, SpeakerPhoneSetVolumeGain,  1,, "at+vgs=<Vol><cr>"
  78. HKR, SpeakerPhoneSetVolumeGain,  2,, "at+vgm=<gain><cr>"
  79. HKR, SpeakerPhoneSetVolumeGain,  3,, "at+vls=17<cr>"
  80.  
  81. HKR, EnableCallerID, 1,, "at+vcid=1<cr>"
  82. HKR, EnableDistinctiveRing, 1,, "at+vdr=1,10<cr>"
  83.  
  84. HKR,, HandsetCloseDelay,      1, 0A,00,00,00
  85. HKR, StartPlay,               1,, "at+vtx<cr>"
  86. HKR, StopPlay,                1,, "at+flo=0<cr>"
  87. HKR, StartRecord,             1,, "at+vrx<cr>"
  88. HKR, StopRecord,              1,, "None"
  89. HKR, StopRecord,              2,, "NoResponse"
  90. HKR,, TerminateRecord,,      "<h10><h1B>"
  91. HKR,, TerminatePlay,,        "<h10><h03>"
  92. HKR,, AbortPlay,,            "<h10><h03>"
  93. HKR, OpenHandset,             1,, "at+fclass=8<cr>"
  94. HKR, OpenHandset,             2,, "at+vls=2<cr>"
  95. HKR, LineSetPlayFormat,       1,,  "at+vsm=2,8000,0,0<cr>"
  96. HKR, LineSetPlayFormat,       2,,  "at+flo=2<cr>"
  97. HKR, LineSetPlayFormat,       3,, "at+vgt=131<cr>"
  98. HKR, LineSetRecordFormat,     1,,  "at+vsm=2,8000,0,0<cr>"
  99. HKR, LineSetRecordFormat,     2,,  "at+vgr=131<cr>"
  100. HKR, HandsetSetRecordFormat,  1,,  "at+vsm=2,8000,0,0<cr>"
  101. HKR, HandsetSetPlayFormat,    1,,  "at+vsm=2,8000,0,0<cr>"
  102. HKR, HandsetSetPlayFormat,    2,, "at+flo=2<cr>"
  103. HKR, HandsetSetPlayFormat,    3,,  "at+vgt=131<cr>"
  104.  
  105.  
  106. HKR,, ForwardDelay,           1,00,20  
  107. HKR, CloseHandset,            1,, "at+vls=0<cr>"
  108. HKR, CloseHandset,            2,, "at+fclass=0<cr>"
  109. HKR, VoiceToDataAnswer,       1,, "at+fclass=0<cr>"
  110. HKR, VoiceToDataAnswer,       2,, "ata<cr>"
  111. HKR, VoiceAnswer,               1,, "at+fclass=8<cr>"
  112. HKR, VoiceAnswer,               2,, "at+vls=1<cr>"
  113. HKR, VoiceDialNumberSetup,      1,, "at+fclass=8<cr>"
  114. HKR, VoiceDialNumberSetup,      2,, "at+vls=0<cr>"
  115. HKR, GenerateDigit,             1,, "at+vts=<Digit><cr>"
  116. HKR,, CallerIDPrivate,,P
  117. HKR,, CallerIDOutSide,,O
  118. HKR,, VariableTerminator,,<cr><lf>
  119.  
  120. HKR, Responses, "DRON=", 1, 91, 00, 00,00,00,00, 00,00,00,00
  121. HKR, Responses, "DROF=", 1, 92, 00, 00,00,00,00, 00,00,00,00
  122. HKR, Responses, "<cr><lf>DATE=", 1, 93, 00, 00,00,00,00, 00,00,00,00
  123. HKR, Responses, "TIME=", 1, 94, 00, 00,00,00,00, 00,00,00,00
  124. HKR, Responses, "NMBR=", 1, 95, 00, 00,00,00,00, 00,00,00,00
  125. HKR, Responses, "NAME=", 1, 96, 00, 00,00,00,00, 00,00,00,00
  126. HKR, Responses, "MESG=", 1, 97, 00, 00,00,00,00, 00,00,00,00
  127. HKR, Responses, "<h10>R",  1, 08, 00, 00,00,00,00, 00,00,00,00  ; Ring detection
  128. HKR, Responses, "<cr><lf>RING1<cr><lf>",        1, 18, 00, 00,00,00,00, 00,00,00,00
  129. HKR, Responses, "<cr><lf>RING2<cr><lf>",        1, 19, 00, 00,00,00,00, 00,00,00,00
  130. HKR, Responses, "<cr><lf>RING3<cr><lf>",        1, 1a, 00, 00,00,00,00, 00,00,00,00
  131.  
  132. [VoiceView_Modem]
  133. HKR,, RunOnce,,"grpconv /o"
  134. HKR,, VoiceView, 1, 01
  135. HKR, MonitorVoiceViewOn,   1,, "AT+FCLASS=80<cr>"
  136. HKR, MonitorVoiceViewOn,   2,, "None"
  137. HKR, MonitorVoiceViewOff,  1,, "AT+FCLASS=0<cr>"
  138. HKR, MonitorVoiceViewOff,  2,, "None"
  139.  
  140. HKR, Responses, "-SSV",          1, 09, 00, 00,00,00,00, 00,00,00,00
  141. HKR, Responses, "-SMD",          1, 0A, 00, 00,00,00,00, 00,00,00,00
  142. HKR, Responses, "-SFA",          1, 0B, 00, 00,00,00,00, 00,00,00,00
  143. HKR, Responses, "-SRA",          1, 0C, 00, 00,00,00,00, 00,00,00,00
  144. HKR, Responses, "-SRQ",          1, 0D, 00, 00,00,00,00, 00,00,00,00
  145. HKR, Responses, "-SRC:",         1, 0E, 00, 00,00,00,00, 00,00,00,00
  146. HKR, Responses, "-STO",          1, 0F, 00, 00,00,00,00, 00,00,00,00
  147. HKR, Responses, "-SVM",          1, 10, 00, 00,00,00,00, 00,00,00,00
  148.  
  149.  
  150. [All288]     ;For V34 modems only
  151. HKR,,FriendlyDriver,,Unimodem.vxd
  152. HKR,,DevLoader,,*VCOMM
  153. HKR,,ConfigDialog,,modemui.dll
  154. HKR,,PortSubClass,1,02
  155. HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
  156. HKR, Init, 1,, "AT<cr>"
  157. HKR, Init, 2,, "AT &F E0 V1 W4 &D2 &C1 S0=0 -C1 <cr>"
  158.  
  159. [INTERNAL]
  160. HKR,, DeviceType, 1, 02
  161.  
  162. [PCMCIA]
  163. HKR,, PortDriver,, serial.vxd
  164. HKR,, Contention,, *vcd
  165. HKR,, DeviceType, 1, 03
  166.  
  167. [EXTERNAL]
  168. HKR,, DeviceType, 1, 01
  169.  
  170. [GenericAddReg]
  171. HKR,, InactivityScale, 1, 3c,00,00,00
  172. HKR, Monitor, 1,, "ATS0=0<cr>"
  173. HKR, Monitor, 2,, "None"
  174. HKR, Hangup, 1,, "ATH<cr>"
  175. HKR, Answer, 1,, "ATA<cr>"
  176. HKR,, Reset,, "AT&F<cr>"
  177. HKR, Settings, Prefix,, "AT"
  178. HKR, Settings, Terminator,, "<cr>"
  179. HKR, Settings, DialPrefix,, "D"
  180. HKR, Settings, DialSuffix,, ";"
  181. HKR, Settings, SpeakerVolume_Low,, "L1"
  182. HKR, Settings, SpeakerVolume_Med,, "L2"
  183. HKR, Settings, SpeakerVolume_High,, "L3"
  184. HKR, Settings, SpeakerMode_Off,, "M0"
  185. HKR, Settings, SpeakerMode_Dial,, "M1"
  186. HKR, Settings, SpeakerMode_On,, "M2"
  187. HKR, Settings, SpeakerMode_Setup,, "M3"
  188. HKR, Settings, FlowControl_Off,, "\Q0"
  189. HKR, Settings, FlowControl_Hard,, "\Q3"
  190. HKR, Settings, FlowControl_Soft,, "\Q1"
  191. HKR, Settings, ErrorControl_On,, "\N3-J1"
  192. HKR, Settings, ErrorControl_Off,, "\N0"
  193. HKR, Settings, ErrorControl_Forced,, "\N4-J1"
  194. HKR, Settings, Compression_On,, "%%C1""H3"
  195. HKR, Settings, Compression_Off,, "%%C0""H0"
  196. HKR, Settings, Modulation_CCITT,, "B0"
  197. HKR, Settings, Modulation_Bell,, "B1"
  198. HKR, Settings, SpeedNegotiation_Off,, "N0"
  199. HKR, Settings, SpeedNegotiation_On,, "N1"
  200. HKR, Settings, Pulse,, "P"
  201. HKR, Settings, Tone,, "T"
  202. HKR, Settings, Blind_Off,, "X4"
  203. HKR, Settings, Blind_On,, "X3"
  204. HKR, Settings, CallSetupFailTimer,, "S7=<#>"
  205. HKR, Settings, InactivityTimeout,, "\T<#>"
  206.  
  207.  
  208. HKR, Responses, "<cr>",        1, 01, 00, 00,00,00,00, 00,00,00,00
  209. HKR, Responses, "<lf>",        1, 01, 00, 00,00,00,00, 00,00,00,00
  210. HKR, Responses, "<cr><lf>OK<cr><lf>",          1, 00, 00, 00,00,00,00, 00,00,00,00
  211. HKR, Responses, "<cr><lf>RING<cr><lf>",        1, 08, 00, 00,00,00,00, 00,00,00,00
  212. HKR, Responses, "<cr><lf>NO CARRIER<cr><lf>",  1, 04, 00, 00,00,00,00, 00,00,00,00
  213. HKR, Responses, "<cr><lf>ERROR<cr><lf>",       1, 03, 00, 00,00,00,00, 00,00,00,00
  214. HKR, Responses, "<cr><lf>NO DIALTONE<cr><lf>", 1, 05, 00, 00,00,00,00, 00,00,00,00
  215. HKR, Responses, "<cr><lf>BUSY<cr><lf>",        1, 06, 00, 00,00,00,00, 00,00,00,00
  216. HKR, Responses, "<cr><lf>NO ANSWER<cr><lf>",   1, 07, 00, 00,00,00,00, 00,00,00,00
  217. HKR, Responses, "<cr><lf>CONNECT<cr><lf>",     1, 02, 00, 00,00,00,00, 00,00,00,00
  218. HKR, Responses, "0<cr>",       1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK
  219. HKR, Responses, "2<cr>",       1, 08, 00, 00,00,00,00, 00,00,00,00 ; RING
  220. HKR, Responses, "3<cr>",       1, 04, 00, 00,00,00,00, 00,00,00,00 ; NO CARRIER
  221. HKR, Responses, "4<cr>",       1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR
  222. HKR, Responses, "6<cr>",       1, 05, 00, 00,00,00,00, 00,00,00,00 ; NO DIALTONE
  223. HKR, Responses, "7<cr>",       1, 06, 00, 00,00,00,00, 00,00,00,00 ; BUSY
  224. HKR, Responses, "8<cr>",       1, 07, 00, 00,00,00,00, 00,00,00,00 ; NO ANSWER
  225. HKR, Responses, "OK",          1, 00, 00, 00,00,00,00, 00,00,00,00
  226. HKR, Responses, "RING",        1, 08, 00, 00,00,00,00, 00,00,00,00
  227. HKR, Responses, "NO CARRIER",  1, 04, 00, 00,00,00,00, 00,00,00,00
  228. HKR, Responses, "ERROR",       1, 03, 00, 00,00,00,00, 00,00,00,00
  229. HKR, Responses, "NO DIALTONE", 1, 05, 00, 00,00,00,00, 00,00,00,00
  230. HKR, Responses, "NO DIAL TONE",1, 05, 00, 00,00,00,00, 00,00,00,00
  231. HKR, Responses, "BUSY",        1, 06, 00, 00,00,00,00, 00,00,00,00
  232. HKR, Responses, "NO ANSWER",   1, 07, 00, 00,00,00,00, 00,00,00,00
  233. HKR, Responses, "FAX",         1, 03, 00, 00,00,00,00, 00,00,00,00
  234. HKR, Responses, "DATA",        1, 03, 00, 00,00,00,00, 00,00,00,00
  235. HKR, Responses, "VOICE",       1, 03, 00, 00,00,00,00, 00,00,00,00
  236. HKR, Responses, "RINGING",     1, 01, 00, 00,00,00,00, 00,00,00,00
  237. HKR, Responses, "DIALING",     1, 01, 00, 00,00,00,00, 00,00,00,00
  238. HKR, Responses, "RRING",       1, 01, 00, 00,00,00,00, 00,00,00,00
  239. HKR, Responses, "DELAYED",     1, 03, 00, 00,00,00,00, 00,00,00,00
  240. HKR, Responses, "BLACKLISTED", 1, 03, 00, 00,00,00,00, 00,00,00,00
  241. HKR, Responses, "+FCERROR",    1, 03, 00, 00,00,00,00, 00,00,00,00
  242. HKR, Responses, "<cr><lf>FAX<cr><lf>",         1, 03, 00, 00,00,00,00, 00,00,00,00
  243. HKR, Responses, "<cr><lf>DATA<cr><lf>",        1, 03, 00, 00,00,00,00, 00,00,00,00
  244. HKR, Responses, "<cr><lf>VOICE<cr><lf>",       1, 03, 00, 00,00,00,00, 00,00,00,00
  245. HKR, Responses, "<cr><lf>RINGING<cr><lf>",     1, 01, 00, 00,00,00,00, 00,00,00,00
  246. HKR, Responses, "<cr><lf>DELAYED<cr><lf>",     1, 03, 00, 00,00,00,00, 00,00,00,00
  247. HKR, Responses, "<cr><lf>BLACKLISTED<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00
  248. HKR, Responses, "<cr><lf>+FCERROR<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00
  249. HKR, Responses, "ERRM=ICLID_202<cr><lf>",      1, 01, 00, 00,00,00,00, 00,00,00,00
  250.  
  251. HKR, Responses, "CONNECT 33600",    1, 02, 00, 40,83,00,00, 00,00,00,00  
  252. HKR, Responses, "CONNECT 31200",    1, 02, 00, E0,79,00,00, 00,00,00,00  
  253. HKR, Responses, "CONNECT 28800",    1, 02, 00, 80,70,00,00, 00,00,00,00  
  254. HKR, Responses, "CONNECT 26400",    1, 02, 00, 20,67,00,00, 00,00,00,00  
  255. HKR, Responses, "CONNECT 24000",    1, 02, 00, C0,5D,00,00, 00,00,00,00  
  256. HKR, Responses, "CONNECT 21600",    1, 02, 00, 60,54,00,00, 00,00,00,00  
  257. HKR, Responses, "CONNECT 19200",    1, 02, 00, 00,4B,00,00, 00,00,00,00  
  258. HKR, Responses, "CONNECT 16800",    1, 02, 00, A0,41,00,00, 00,00,00,00  
  259. HKR, Responses, "CONNECT 14400",    1, 02, 00, 40,38,00,00, 00,00,00,00  
  260. HKR, Responses, "CONNECT 12000",    1, 02, 00, E0,2E,00,00, 00,00,00,00  
  261. HKR, Responses, "CONNECT 9600",     1, 02, 00, 80,25,00,00, 00,00,00,00  
  262. HKR, Responses, "CONNECT 7200",     1, 02, 00, 20,1C,00,00, 00,00,00,00  
  263. HKR, Responses, "CONNECT 4800",     1, 02, 00, C0,12,00,00, 00,00,00,00
  264. HKR, Responses, "CONNECT 2400",     1, 02, 00, 60,09,00,00, 00,00,00,00
  265. HKR, Responses, "CONNECT 1200",     1, 02, 00, B0,04,00,00, 00,00,00,00
  266. HKR, Responses, "CONNECT 300",      1, 02, 00, 01,2C,00,00, 00,00,00,00
  267.  
  268.  
  269. HKR, Responses, "COMPRESSION:MNP5",    1, 01, 01, 00,00,00,00, 00,00,00,00 ; COMPRESSION: CLASS 5 - MNP5 compression negotiated
  270. HKR, Responses, "COMPRESSION:V42B",    1, 01, 01, 00,00,00,00, 00,00,00,00 ; COMPRESSION: V.42BIS - V.42bis compression negotiated
  271. HKR, Responses, "COMPRESSION:NONE",    1, 01, 00, 00,00,00,00, 00,00,00,00 ; COMPRESSION: NONE - No compression negotiated
  272. HKR, Responses, "PROTOCOL:NONE",    1, 01, 00, 00,00,00,00, 00,00,00,00 ; PROTOCOL: NONE - Asynchronous mode
  273. HKR, Responses, "PROTOCOL:LAPM",    1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: LAPM - V.42 LAPM error-control negotiated
  274. HKR, Responses, "PROTOCOL:MNP",        1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: MNP - MNP error-control negotiated
  275.  
  276.  
  277.  
  278.  
  279. ;*********************** Additional Voice View Info *********************
  280.  
  281. [DestinationDirs]
  282. Register.Copy    = 17     ;LDID_INF
  283. VV_Sys           = 11
  284. VV_Sock_Sys      = 11     ;LDID_SYS \Windows\system dir
  285. ;VV_Sock_Win      = 10     ;LDID_WIN \Windows dir
  286. VV_App           = 10
  287. VV_Help          = 18     ;LDID_HELP
  288.  
  289.  
  290. [VoiceView_remove]
  291. UpdateInis  = VView.Rem.Inis
  292.  
  293.  
  294. [VV_Sys]
  295. fte.dll
  296. vvexe32.exe
  297. wsvv.vxd
  298.  
  299.  
  300. [VV_Sock_Sys]
  301. wsock32.dll
  302. wsock.vxd
  303. vtdi.386
  304.  
  305.  
  306. [VV_App]
  307. filexfer.exe
  308.  
  309.  
  310. [VV_Help]
  311. filexfer.hlp
  312. filexfer.cnt
  313.  
  314.  
  315. [VView.Inis]
  316. setup.ini, progman.groups,, "group4="%APPS_DESC%""         ;creates folder
  317. setup.ini, group4,, """%FileXfer_DESC%"", filexfer.exe"    ;creates link
  318. setup.ini, progman.groups,, "SendTo=""..\..\%SendTo_DESC%"""    ;creates folder
  319. setup.ini, SendTo,,"""%SendToPhone_DESC%"", filexfer.exe"           ; create Link to EXE
  320.  
  321.  
  322. [VView.Rem.Inis]
  323. setup.ini, progman.groups,, "group4=""%APPS_DESC%"""   ;creates folder
  324. setup.ini, group4,, """%FileXfer_DESC%"""              ;deletes link
  325. setup.ini, progman.groups,, "SendTo=""..\..\%SendTo_DESC%"""     ;creates folder
  326. setup.ini, SendTo,,"""%SendToPhone_DESC%"""                         ;deletes link
  327.  
  328.  
  329. [VoiceView_Socket]
  330. HKLM, System\CurrentControlSet\Services\VxD\Winsock, "VoiceView Winsock Provider",, "wsvv.vxd"
  331.